home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #5 / Software USA Volume 5.05.iso / pc / homeoff / zilch / run / zilchrps.dll / RCDATA / TQRTABLESELECT / TQRTABLESELECT.txt
Text File  |  1999-01-29  |  1KB  |  75 lines

  1. object QRTableSelect: TQRTableSelect
  2.   Left = 188
  3.   Top = 143
  4.   BorderStyle = bsDialog
  5.   Caption = 'Table Selection'
  6.   ClientHeight = 62
  7.   ClientWidth = 304
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 15
  18.     Top = 9
  19.     Width = 32
  20.     Height = 13
  21.     Alignment = taRightJustify
  22.     AutoSize = False
  23.     Caption = 'Alias:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 10
  27.     Top = 36
  28.     Width = 37
  29.     Height = 13
  30.     Alignment = taRightJustify
  31.     AutoSize = False
  32.     Caption = 'Table:'
  33.   end
  34.   object Alias: TComboBox
  35.     Left = 51
  36.     Top = 6
  37.     Width = 145
  38.     Height = 21
  39.     Style = csDropDownList
  40.     ItemHeight = 13
  41.     Sorted = True
  42.     TabOrder = 0
  43.     OnChange = AliasChange
  44.   end
  45.   object Table: TComboBox
  46.     Left = 51
  47.     Top = 33
  48.     Width = 145
  49.     Height = 21
  50.     Style = csDropDownList
  51.     ItemHeight = 13
  52.     Sorted = True
  53.     TabOrder = 1
  54.   end
  55.   object OK: TButton
  56.     Left = 220
  57.     Top = 4
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'OK'
  61.     TabOrder = 2
  62.     OnClick = OKClick
  63.   end
  64.   object Cancel: TButton
  65.     Left = 220
  66.     Top = 32
  67.     Width = 75
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = 'Cancel'
  71.     TabOrder = 3
  72.     OnClick = CancelClick
  73.   end
  74. end
  75.